<Schema name="FDTCIPScanIdentSchema" xmlns="urn:schemas-microsoft-com:xml-data" xmlns:dt="urn:schemas-microsoft-com:datatypes" xmlns:cipident="x-schema:FDTCIPIdentSchema.xml" xmlns:fdt="x-schema:FDTDataTypesSchema.xml" xmlns:cip="x-schema:DTMCIPDataTypeSchema.xml">
	<!--Definition of Attributes-->
	<AttributeType name="schemaVersion" dt:type="number" default="1.0"/>
	<AttributeType name="resultState" dt:type="enumeration" dt:values="provisional final error"/>
	<AttributeType name="configuredState" dt:type="enumeration" dt:values="configuredAndPhysicallyAvailable  configuredAndNotPhysicallyAvailable availableButNotConfigured notApplicable"/>
	<!--Definition of elements-->
	<ElementType name="IdBusProtocol" content="eltOnly" model="closed">
		<attribute type="cipident:busProtocol" required="no"/>
		<element type="cipident:RegExpr" minOccurs="0" maxOccurs="*"/>
	</ElementType>

	<ElementType name="ScanIdentification" content="eltOnly" model="closed">
		<attribute type="configuredState" required="no"/>
		<element type="fdt:CommunicationError" minOccurs="0" maxOccurs="1"/>
		<element type="IdBusProtocol" minOccurs="1" maxOccurs="1"/>
		<element type="cip:CIPDevice" minOccurs="1" maxOccurs="1"/>
	</ElementType>

	<ElementType name="ScanIdentifications" content="eltOnly" model="closed">
		<attribute type="fdt:busCategory" required="yes"/>
		<attribute type="resultState" required="yes"/>
		<element type="ScanIdentification" minOccurs="0" maxOccurs="*"/>
	</ElementType>
	<ElementType name="FDT" content="eltOnly" model="closed">
		<element type="ScanIdentifications" minOccurs="1" maxOccurs="1"/>
	</ElementType>
</Schema>
